Click or drag to resize

MessageTrackingSearchResult Class

Contains a single message result for a FindMessageTrackingReportResponse element.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeMessageTrackingSearchResult

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class MessageTrackingSearchResult

The MessageTrackingSearchResult type exposes the following members.

Properties
  NameDescription
Public propertyMessageTrackingReportId
Contains an internal ID that identifies the message in the transport database.
Public propertyPreviousHopServer
Contains the name of the server in the forest that previously accepted the message.
Public propertyPurportedSender
Contains contact information for the alleged sender of an e-mail message.
Public propertyRecipients
Contains a list of e-mail addresses that received this message.
Public propertySender
Contains the e-mail message sender’s address.
Public propertySubject
Contains the e-mail message subject.
Public propertySubmittedTime
Contains the time that the message was submitted.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also